home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / shell-tools / wbstart / dev / c / include / pragmas / wbstart_pragmas.h < prev   
Encoding:
C/C++ Source or Header  |  1996-03-13  |  356 b   |  18 lines

  1. #ifndef PRAGMAS_WBSTART_PRAGMAS_H
  2. #define PRAGMAS_WBSTART_PRAGMAS_H
  3.  
  4. /*
  5.  * wbstart_pragmas.h  V2.0
  6.  *
  7.  * Inline library calls for wbstart.library functions
  8.  *
  9.  * (c) 1991-1996 Stefan Becker
  10.  */
  11.  
  12. #pragma libcall WBStartBase WBStartTagList 24 801
  13. #ifdef __SASC_60
  14. #pragma tagcall WBStartBase WBStartTags 24 801
  15. #endif
  16.  
  17. #endif /* PRAGMAS_WBSTART_PRAGMAS_H */
  18.